@charset "UTF-8";
.flex {
  display: flex;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.head .title {
  text-align: center;
  font-size: 42px;
  font-weight: 800;
  color: #323335;
  margin-bottom: 11px;
}
.head .title span {
  color: #0066cc;
}
.head .subtitle {
  margin-top: 0;
  color: #323335;
  margin-bottom: 10px;
  font-size: 24px;
  text-align: center;
}
.head .desc {
  color: #808080;
  text-align: center;
  font-size: 14px;
}

.body {
  margin-top: 50px;
}

.subcolumn_nav {
  background: #f6f6f6;
  height: 60px;
}
.subcolumn_nav .container {
  padding: 0;
}
.subcolumn_nav .container ul {
  float: left;
}
.subcolumn_nav .container ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 60px;
  margin-right: 60px;
  position: relative;
}
.subcolumn_nav .container ul li a {
  color: #666666;
  font-size: 16px;
}
.subcolumn_nav .container ul li a p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #0066cc;
  transition: all 0.5s ease 0s;
}
.subcolumn_nav .container ul li:hover a, .subcolumn_nav .container ul li.active a {
  color: #0066cc;
}
.subcolumn_nav .container ul li:hover a p:after, .subcolumn_nav .container ul li.active a p:after {
  width: 100%;
}
.subcolumn_nav .container .crumb {
  line-height: 60px;
  float: right;
  margin-right: 15px;
}

.main {
  background: #ffffff;
}
.main .one .instr .content {
  margin-top: 50px;
}
.main .one .instr .content li {
  padding: 30px 60px 25px 60px;
}
.main .one .instr .content li p {
  text-align: center;
}
.main .one .instr .content li .item1 i {
  font-size: 28px;
  color: #0066cc;
}
.main .one .instr .content li .item2 {
  font-size: 57px;
  color: #323335;
  font-weight: 800;
  line-height: 65px;
  position: relative;
}
.main .one .instr .content li .item2 span {
  display: block;
  position: absolute;
  font-size: 14px;
  top: -15px;
  right: 0px;
  font-weight: 500;
}
.main .one .instr .content li .item2 .timeicon {
  right: 35px;
}
.main .one .instr .content li:nth-child(1) .item3 {
  padding: 0 15px;
}
.main .one .instr .content li:nth-child(odd) {
  background: rgba(0, 102, 204, 0.06);
}
.main .one .instr .content li:nth-child(even) {
  background: rgba(0, 102, 204, 0.03);
}
.main .one .instr2 {
  margin-top: 100px;
}
.main .two {
  background: #f6f6f6;
}
.main .two .content {
  margin-top: 50px;
}
.main .two .content .left {
  padding-left: 0;
}
.main .two .content .left .navtitle {
  height: 130px;
  background: #0066cc;
  padding: 40px 0 0 40px;
}
.main .two .content .left .navtitle p {
  color: white;
}
.main .two .content .left .navtitle .ch {
  font-size: 30px;
  font-weight: 800;
}
.main .two .content .left .navtitle .eng {
  font-size: 27px;
  color: #f6f6f6;
  font-weight: 400;
}
.main .two .content .left .leftnav {
  border: 2px solid #0066cc;
  background: #fff;
  padding: 0 15px;
}
.main .two .content .left .leftnav ul li {
  line-height: 50px;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 25px;
  cursor: pointer;
  color: #323335;
  font-size: 14px;
}
.main .two .content .left .leftnav ul li i {
  font-size: 12px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.main .two .content .left .leftnav ul li span {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  margin-left: 25px;
}
.main .two .content .left .leftnav ul li:hover, .main .two .content .left .leftnav ul li.active {
  color: #0066cc;
}
.main .two .content .left .leftnav ul li:hover span, .main .two .content .left .leftnav ul li.active span {
  margin-left: 5px;
}
.main .two .content .left .leftnav ul li:hover i, .main .two .content .left .leftnav ul li.active i {
  margin-left: 10px;
}
.main .two .content .left .leftnav .more {
  display: block;
  margin: 50px auto 30px auto;
  width: 164px;
  height: 54px;
  background-color: #ffffff;
  border: solid 1px #aaaaaa;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #323335;
}
.main .two .content .left .leftnav .more:hover {
  border-color: #0066cc;
  color: #0066cc;
}
.main .two .content .right {
  padding-right: 0;
  padding-left: 10px;
}
.main .two .content .right .prod-list ul li {
  float: left;
  position: relative;
  overflow: hidden;
}
.main .two .content .right .prod-list ul li img {
  width: 100%;
  height: 100%;
}
.main .two .content .right .prod-list ul li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: black;
  color: white;
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
}
.main .two .content .right .prod-list ul li:nth-child(1) {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  height: 340px;
}
.main .two .content .right .prod-list ul li:nth-child(2) {
  width: 49%;
  margin-bottom: 20px;
  height: 340px;
}
.main .two .content .right .prod-list ul li:nth-child(3) {
  width: 32.333333%;
  margin-right: 1%;
  height: 220px;
}
.main .two .content .right .prod-list ul li:nth-child(4) {
  width: 31.333333%;
  margin: 0 1%;
  height: 220px;
}
.main .two .content .right .prod-list ul li:nth-child(5) {
  width: 32.333333%;
  margin-left: 1%;
  height: 220px;
}
.main .three .content {
  margin-top: 50px;
}
.main .three .content .item .img img {
  max-height: 400px !important;
}
.main .three .content .item .img, .main .three .content .item .txt {
  float: left;
  width: 50%;
  height: 400px;
}
.main .three .content .item .txt {
  padding-right: 100px;
  height: 400px;
}
.main .three .content .item .txt .txt-title {
  padding-left: 60px;
  padding-top: 40px;
}
.main .three .content .item .txt .txt-title .title-num {
  height: 100px;
  background: url("../images/01.png") no-repeat center left;
  padding-left: 80px;
  padding-top: 20px;
}
.main .three .content .item .txt .txt-title .title-num .s1 {
  font-size: 36px;
  color: #0066cc;
  font-weight: bold;
  margin-right: 20px;
}
.main .three .content .item .txt .txt-title .title-num .s2 {
  color: rgba(0, 102, 204, 0.6);
  font-size: 24px;
}
.main .three .content .item .txt .txt-title .title-num .desc {
  color: #323335;
  font-size: 24px;
}
.main .three .content .item .txt .txt-content {
  margin-top: 30px;
  padding-left: 60px;
  border-top: 1px solid #e1e1e1;
}
.main .three .content .item .txt .txt-content .eng {
  margin: 20px 0;
  font-size: 14px;
  color: #e1e1e1;
  letter-spacing: -1px;
}
.main .three .content .item .txt .txt-content .p2, .main .three .content .item .txt .txt-content .p3, .main .three .content .item .txt .txt-content .p4 {
  line-height: 20px;
  font-size: 14px;
  color: #323335;
  background: url("../images/li-bg.png") no-repeat;
  background-position: left 4px;
  padding-left: 20px;
}
.main .three .content .item .txt .txt-content .p2 span, .main .three .content .item .txt .txt-content .p3 span, .main .three .content .item .txt .txt-content .p4 span {
  display: none;
  height: 20px;
  width: 15px;
  background: url("../images/li-bg.png") no-repeat center left;
}
.main .three .content .item2 .img {
  float: right;
}
.main .three .content .item2 .txt .txt-title .title-num {
  background: url("../images/02.png") no-repeat center left;
}
.main .three .content .item3 .txt .txt-title .title-num {
  background: url("../images/03.png") no-repeat center left;
}
.main .three .content .item4 .img {
  float: right;
}
.main .three .content .item4 .txt .txt-title .title-num {
  background: url("../images/04.png") no-repeat center left;
}
.main .four {
  background: #f6f6f6;
}
.main .four .body {
  margin-top: 50px;
  position: relative;
}
.main .four .body .left {
  background: #0066cc;
  padding-top: 60px;
  height: 740px;
}
.main .four .body .left ul {
  padding: 0 30px;
}
.main .four .body .left ul li {
  height: 70px;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.main .four .body .left ul li span {
  display: inline-block;
  font-size: 24px;
  line-height: 70px;
  color: white;
  vertical-align: top;
}
.main .four .body .left ul li b {
  display: inline-block;
  line-height: 70px;
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-right: 15px;
}
.main .four .body .right {
  margin-left: -30px;
  height: 740px;
}
.main .four .body .right .rightnav {
  background: #ffffff;
  height: 140px;
  padding: 40px 50px 45px;
}
.main .four .body .right .rightnav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 50px;
  text-align: center;
}
.main .four .body .right .rightnav ul li a b {
  font-size: 30px;
  font-weight: bold;
}
.main .four .body .right .rightnav ul li a span {
  font-size: 10px;
  color: #666667;
}
.main .four .body .right .rightnav ul li a:hover span {
  color: #0066cc;
}
.main .four .body .right .rightnav ul li:nth-child(2) {
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.main .four .body .right .rightimg .img {
  height: 600px;
}
.main .four .body .body-foot {
  position: absolute;
  width: 100%;
  height: 140px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  z-index: 9;
}
.main .four .body .body-foot .icon li {
  color: white;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 40px 50px;
  position: relative;
}
.main .four .body .body-foot .icon li span {
  display: block;
  margin-top: 12px;
  font-size: 16px;
}
.main .four .body .body-foot .icon li i {
  font-size: 25px;
}
.main .four .body .body-foot .icon li:after {
  content: "";
  width: 1px;
  height: 35px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: 50px;
}
.main .four .body .body-foot .icon .lastli:after {
  width: 0;
}
.main .four .body .body-foot .icon .phone:after {
  width: 0;
}
.main .four .body .body-foot .icon .phone {
  padding-right: 0;
  padding-top: 30px;
  padding-left: 30px;
}
.main .four .body .body-foot .icon .phone .title span {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  margin-left: 15px;
  margin-top: 0;
}
.main .four .body .body-foot .icon .phone .num {
  width: 245px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 17px;
  margin-top: 15px;
  text-align: left;
}
.main .four .body .body-foot .icon .phone .num span {
  display: inline-block;
  background: #0066cc;
  height: 100%;
  margin-top: 0;
  line-height: 34px;
  font-size: 13px;
  border-radius: 17px;
  text-align: center;
  padding: 0 15px;
}
.main .four .body .body-foot .icon .phone .num b {
  display: inline-block;
  vertical-align: top;
  line-height: 34px;
  color: #0066cc;
  font-size: 22px;
  font-weight: bolder;
}
.main .five .body > ul > li {
  text-align: center;
}
.main .five .body > ul > li i {
  display: block;
  width: 78px;
  height: 78px;
  font-size: 38px;
  line-height: 78px;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #aaaaaa;
  margin: 0 auto 15px auto;
}
.main .five .body > ul > li a {
  display: block;
}
.main .five .body > ul li:hover i, .main .five .body > ul li.active i {
  background: #0066cc;
  color: white;
}
.main .five .body .case-list {
  margin-top: 50px;
}
.main .five .body .case-list > ul {
  width: 101%;
}
.main .five .body .case-list > ul > li {
  margin-bottom: 15px;
  padding-left: 0;
}
.main .five .body .case-list > ul > li .img {
  overflow: hidden;
  position: relative;
}
.main .five .body .case-list > ul > li .img .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.45s ease 0s;
  display: none;
  border: 5px solid #0066cc;
  padding: 20px;
}
.main .five .body .case-list > ul > li .img .cover p {
  color: #afafaf;
  font-size: 14px;
  text-align: left;
}
.main .five .body .case-list > ul > li .img .cover .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.main .five .body .case-list > ul > li:hover .cover {
  display: block;
}
.main .five .body .case-list > ul > li:hover .img-tran {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.main .six {
  height: 640px;
  background: url("../images/about-bg.jpg") no-repeat center center;
}
.main .six .container {
  background: white;
}
.main .six .container .left {
  padding-left: 100px;
}
.main .six .container .left .title {
  padding: 50px 0 0 0;
}
.main .six .container .left .title h1 {
  color: #323335;
  font-size: 42px;
  font-weight: bolder;
  display: block;
  float: left;
}
.main .six .container .left .title h1 span {
  color: #0066cc;
}
.main .six .container .left .title .subtitle {
  margin-left: 190px;
  padding: 5px 0 0 20px;
  position: relative;
}
.main .six .container .left .title .subtitle > span {
  display: block;
  font-size: 16px;
  color: #7c7c7c;
  font-weight: 700;
}
.main .six .container .left .title .subtitle:after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #7c7c7c;
  position: absolute;
  left: 0;
  top: 5px;
}
.main .six .container .left .desc {
  margin-top: 35px;
  font-size: 14px;
  line-height: 30px;
  color: #7c7c7c;
  padding-right: 50px;
}
.main .six .container .left .more {
  display: block;
  margin-top: 85px;
  width: 120px;
  height: 45px;
  border: solid 1px #aaaaaa;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #323335;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main .six .container .left .more:hover {
  background: #0066cc;
  color: white;
}
.main .six .container .right {
  position: relative;
  margin-top: 70px;
  padding-bottom: 60px;
  background: url("../images/kuang.png") no-repeat;
  background-position: 40px 20px;
}
.main .seven .body {
  margin-top: 100px;
}
.main .seven .body .title {
  height: 60px;
  border-bottom: 1px solid #e1e1e1;
}
.main .seven .body h1 {
  background: #0066cc;
  color: white;
  display: inline-block;
  width: 135px;
  height: 100%;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
}
.main .seven .body .left {
  padding-right: 75px;
}
.main .seven .body .left a.more {
  display: inline-block;
  float: right;
  line-height: 80px;
}
.main .seven .body .left .content {
  padding-top: 40px;
}
.main .seven .body .left .content .new {
  padding-left: 0;
}
.main .seven .body .left .content .new .txt {
  height: 80px;
  background: #f6f6f6;
  padding: 20px;
}
.main .seven .body .left .content .new .txt .name {
  color: #323335;
  font-weight: 600;
  font-size: 16px;
}
.main .seven .body .left .content .new .txt .name span {
  color: #aaaaaa;
  font-size: 14px;
  float: right;
  font-weight: normal;
}
.main .seven .body .left .content .new .txt .desc {
  color: #aaaaaa;
  font-size: 12px;
  margin-top: 5px;
}
.main .seven .body .left .content .news-list li {
  padding-bottom: 27px;
  padding-top: 27px;
  border-bottom: 1px solid #e1e1e1;
}
.main .seven .body .left .content .news-list li .time {
  float: left;
  width: 50px;
  text-align: center;
}
.main .seven .body .left .content .news-list li .time span {
  display: inline-block;
}
.main .seven .body .left .content .news-list li .time .day {
  font-size: 36px;
  font-weight: bolder;
  color: #323335;
  line-height: 35px;
}
.main .seven .body .left .content .news-list li .time .month {
  font-size: 16px;
  color: #c1c1c1;
}
.main .seven .body .left .content .news-list li .txt {
  margin-left: 50px;
  padding: 2px 0;
}
.main .seven .body .left .content .news-list li .txt .name {
  font-size: 16px;
  color: #323335;
}
.main .seven .body .left .content .news-list li .txt .desc {
  font-size: 14px;
  color: #c1c1c1;
  margin-top: 5px;
}
.main .seven .body .left .content .news-list li:first-child {
  padding-top: 0;
}
.main .seven .body .left .content .news-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.main .seven .body .right .faq ul li {
  padding-bottom: 30px;
  padding-top: 35px;
  border-bottom: 1px solid #e1e1e1;
}
.main .seven .body .right .faq ul li p {
  font-size: 14px;
  color: #323335;
  font-weight: bold;
}
.main .seven .body .right .faq ul li p span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #aaaaaa;
  color: white;
  text-align: center;
  line-height: 16px;
  margin-right: 5px;
}
.main .seven .body .right .faq ul li .desc {
  font-weight: 500;
  margin-top: 20px;
}
.main .seven .body .right .faq ul li:last-child {
  padding-bottom: 0;
  border: none;
}

.news_con_all {
  padding: 100px 0;
}
.news_con_all .news-list .head {
  margin-bottom: 50px;
}
.news_con_all .news-list .news-list-01 {
  margin-bottom: 50px;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 {
  padding: 20px 0 20px 20px;
  min-height: 232px;
  background: #f6f6f6;
  transition: all 0.5s;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a {
  display: block;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a .img {
  width: 25%;
  height: 100%;
  float: left;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a .img img {
  width: 100%;
  height: 100%;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a .txt {
  width: 50%;
  float: left;
  padding: 20px;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a .txt .title {
  font-size: 18px;
  color: #323335;
  font-weight: 600;
  margin-bottom: 15px;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a .txt .desc {
  font-size: 12px;
  color: #323335;
  line-height: 26px;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a .date {
  width: 25%;
  height: 100%;
  float: left;
  padding-bottom: 40px;
  padding-top: 35px;
  border-left: 2px solid #323335;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a .date p {
  text-align: center;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a .date .day {
  font-size: 48px;
}
.news_con_all .news-list .news-list-01 .container ul li .news1 a .date .year {
  font-size: 13px;
  margin: 10px 0 20px 0;
}
.news_con_all .news-list .news-list-01 .container ul li:hover .news1 {
  background: #0066cc;
}
.news_con_all .news-list .news-list-01 .container ul li:hover .news1 a .txt .title {
  color: white;
}
.news_con_all .news-list .news-list-01 .container ul li:hover .news1 a .txt .desc {
  color: white;
}
.news_con_all .news-list .news-list-01 .container ul li:hover .news1 a .date {
  border-left: 2px solid white;
}
.news_con_all .news-list .news-list-01 .container ul li:hover .news1 a .date p {
  color: white;
}
.news_con_all .news-list .news-list-01 .container a.more {
  display: block;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
.news_con_all .news-list .news-list-02 ul li {
  height: 170px;
  margin-bottom: 60px;
}
.news_con_all .news-list .news-list-02 ul li .div1 a {
  display: block;
}
.news_con_all .news-list .news-list-02 ul li .div1 .img {
  width: 255px;
  height: 170px;
  float: left;
}
.news_con_all .news-list .news-list-02 ul li .div1 .img img {
  height: 100%;
}
.news_con_all .news-list .news-list-02 ul li .div1 .txt {
  margin-left: 285px;
  height: 165px;
  border-bottom: 5px solid #323335;
}
.news_con_all .news-list .news-list-02 ul li .div1 .txt .title {
  font-size: 18px;
  font-weight: bold;
}
.news_con_all .news-list .news-list-02 ul li .div1 .txt .desc {
  font-size: 14px;
  margin-top: 15px;
  color: #666666;
}
.news_con_all .news-list .news-list-02 ul li .div1 .txt .date {
  font-size: 14px;
  color: #666666;
  margin-top: 60px;
}
.news_con_all .news-list .news-list-02 ul li .div1 .txt .date a.more {
  float: right;
}
.news_con_all .news-list .news-list-02 ul li:hover .div1 .txt {
  border-bottom: 5px solid #0066cc;
}
.news_con_all .news-list .news-list-02 ul li:hover .div1 .txt .title {
  color: #0066cc;
}

.news_con {
  margin-top: 0;
}
.news_con .left .news-list {
  padding: 30px;
  background: #fff;
}
.news_con .left .news-list .card {
  position: relative;
  display: block;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.news_con .left .news-list .card .card-head {
  background-color: #f3f7f9;
  box-shadow: none;
  border: none;
}
.news_con .left .news-list .card .card-body {
  padding: 25px;
}
.news_con .left .news-list .card .card-body h4.card-title {
  font-weight: 400;
  line-height: 1.2;
  color: #37474f;
  font-size: 18px;
  margin-bottom: 15px;
}
.news_con .left .news-list .card .card-body .card-metas {
  color: #a3afb7;
  font-size: 12px !important;
  font-weight: 300;
  margin-bottom: 15px;
}
.news_con .left .news-list .card .card-body .card-desc {
  color: #808080;
  font-weight: 300;
}
.news_con .right .sidebar {
  margin-left: 30px;
  background-color: #fff;
  padding: 20px;
}
.news_con .right .sidebar h3 {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #f0f2f5;
}
.news_con .right .sidebar h3 a {
  color: #30cbff;
  font-size: 16px;
}
.news_con .right .sidebar .sidebar-news-list {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #f0f2f5;
}
.news_con .right .sidebar .sidebar-news-list ul h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
.news_con .right .sidebar .sidebar-news-list ul li {
  background-color: #ffffff;
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  border: 1px solid #f0f2f5;
}

.pro_con {
  background-color: #fff;
}
.pro_con .pro_nav {
  margin-top: 50px;
  margin-bottom: 35px;
}
.pro_con .pro_nav .navtitle {
  font-size: 42px;
  text-align: center;
  font-weight: bolder;
}
.pro_con .pro_nav .navdesc {
  margin-top: 50px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.pro_con .product-list {
  margin-top: 50px;
}
.pro_con .product-list ul li {
  margin-bottom: 30px;
  padding: 0 5px;
}
.pro_con .product-list ul li .photo {
  position: relative;
  border: solid 1px #dcdcdc;
}
.pro_con .product-list ul li .photo .overlay {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  line-height: 100%;
  text-align: center;
}
.pro_con .product-list ul li .photo .overlay i.fa {
  color: #fff;
  width: 22px;
  height: 22px;
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pro_con .product-list ul li .photo:hover .overlay {
  display: block;
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.pro_con .product-list ul li .info {
  background: rgba(0, 102, 204, 0);
  padding: 30px;
  font-size: 16px;
  border: solid 1px #dcdcdc;
  border-top: none;
  transition: all 0.75s;
}
.pro_con .product-list ul li .info .title a {
  font-size: 16px;
  color: #323335;
}
.pro_con .product-list ul li .info .item {
  margin-top: 20px;
  color: #8c8c8c;
  font-size: 14px;
}
.pro_con .product-list ul li:hover .info {
  background: #0066cc;
  color: #ffffff;
}
.pro_con .product-list ul li:hover .info .title a {
  color: #ffffff;
}
.pro_con .product-list ul li:hover .info .item {
  color: #ffffff;
}

.case_con_all {
  padding: 100px 0;
}
.case_con_all .case-list-01 .container, .case_con_all .case-list-02 .container {
  position: relative;
}
.case_con_all .case-list-01 .container .swiper-case, .case_con_all .case-list-02 .container .swiper-case {
  margin-top: 50px;
}
.case_con_all .case-list-01 .container .swiper-case > ul, .case_con_all .case-list-02 .container .swiper-case > ul {
  width: 101%;
}
.case_con_all .case-list-01 .container .swiper-case > ul > li, .case_con_all .case-list-02 .container .swiper-case > ul > li {
  margin-bottom: 15px;
  padding-left: 0;
}
.case_con_all .case-list-01 .container .swiper-case > ul > li .img, .case_con_all .case-list-02 .container .swiper-case > ul > li .img {
  overflow: hidden;
  position: relative;
}
.case_con_all .case-list-01 .container .swiper-case > ul > li .img .cover, .case_con_all .case-list-02 .container .swiper-case > ul > li .img .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 102, 204, 0.8);
  transition: all 0.45s ease 0s;
  display: none;
  border: 5px solid #0066cc;
  padding: 20px;
}
.case_con_all .case-list-01 .container .swiper-case > ul > li .img .cover p, .case_con_all .case-list-02 .container .swiper-case > ul > li .img .cover p {
  color: #afafaf;
  font-size: 14px;
  text-align: left;
}
.case_con_all .case-list-01 .container .swiper-case > ul > li .img .cover .title, .case_con_all .case-list-02 .container .swiper-case > ul > li .img .cover .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.case_con_all .case-list-01 .container .swiper-case > ul > li:hover .cover, .case_con_all .case-list-02 .container .swiper-case > ul > li:hover .cover {
  display: block;
}
.case_con_all .case-list-01 .container .swiper-case > ul > li:hover .img-tran, .case_con_all .case-list-02 .container .swiper-case > ul > li:hover .img-tran {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.case_con_all .case-list-01 .container .swiper-case a.more, .case_con_all .case-list-02 .container .swiper-case a.more {
  display: block;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
}
.case_con_all .case-list-01 .container .swiper-button-prev, .case_con_all .case-list-02 .container .swiper-button-prev {
  width: 45px;
  height: 45px;
  background: url("../images/left-01.png") no-repeat;
}
.case_con_all .case-list-01 .container .swiper-button-prev:hover, .case_con_all .case-list-02 .container .swiper-button-prev:hover {
  background: url("../images/left-01h.png") no-repeat;
}
.case_con_all .case-list-01 .container .swiper-button-next, .case_con_all .case-list-02 .container .swiper-button-next {
  width: 45px;
  height: 45px;
  background: url("../images/right-01.png") no-repeat;
}
.case_con_all .case-list-01 .container .swiper-button-next:hover, .case_con_all .case-list-02 .container .swiper-button-next:hover {
  background: url("../images/right-01h.png") no-repeat;
}
.case_con_all .case-list-01 .container .swiper-button-prev, .case_con_all .case-list-01 .container .swiper-container-rtl .swiper-button-next, .case_con_all .case-list-02 .container .swiper-button-prev, .case_con_all .case-list-02 .container .swiper-container-rtl .swiper-button-next {
  left: -80px;
  right: auto;
}
.case_con_all .case-list-01 .container .swiper-button-next, .case_con_all .case-list-01 .container .swiper-container-rtl .swiper-button-prev, .case_con_all .case-list-02 .container .swiper-button-next, .case_con_all .case-list-02 .container .swiper-container-rtl .swiper-button-prev {
  right: -80px;
  left: auto;
}
.case_con_all .case-list-01 .container .swiper-button-prev:after, .case_con_all .case-list-01 .container .swiper-container-rtl .swiper-button-next:after, .case_con_all .case-list-02 .container .swiper-button-prev:after, .case_con_all .case-list-02 .container .swiper-container-rtl .swiper-button-next:after {
  content: "";
}
.case_con_all .case-list-01 .container .swiper-button-next:after, .case_con_all .case-list-01 .container .swiper-container-rtl .swiper-button-prev:after, .case_con_all .case-list-02 .container .swiper-button-next:after, .case_con_all .case-list-02 .container .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.case_con_all .case-list-02 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.case_con_all .case-list-02 .head {
  margin-bottom: 50px;
}

.case_con .case-list .row {
  margin: 0;
}
.case_con .case-list .row ul li {
  width: 24%;
  float: left;
  background: #f0f0f0;
  margin: 0 1.3% 13px 0;
  cursor: pointer;
}
.case_con .case-list .row ul li .img {
  border: 1px solid #e5e5e5;
  padding: 10px 9px;
  background: #fff;
}
.case_con .case-list .row ul li .title {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f0f0f0;
  transition: all 0.5s;
}
.case_con .case-list .row ul li:hover .title {
  background: #0066cc;
}
.case_con .case-list .row ul li:hover .title a {
  color: white;
}

.job_con .card {
  padding: 0px;
  overflow: hidden;
  background: transparent;
  position: relative;
  display: block;
  border-radius: 0.215rem;
  margin-bottom: 2.143rem;
}
.job_con .card .card-body {
  margin: 0 10px;
  height: auto;
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.job_con .card .card-body .card-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.job_con .card .card-body .card-title a {
  color: #4d4d4d;
  display: block;
  width: calc( 100% - 80px );
  margin-bottom: 10px;
}
.job_con .card .card-body .card-metas {
  color: #a3afb7 !important;
  font-size: 12px;
}
.job_con .card .card-body .card-metas span {
  margin-right: 10px !important;
}
.job_con .card .card-body .card-content {
  overflow: hidden;
  height: auto;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  line-height: 1.8;
}
.job_con .card .card-body .card-content .table td {
  font-size: 24px;
  text-align: center;
}
.job_con .card .card-body .card-content .table .title {
  box-sizing: inherit;
  max-width: 100%;
  font-size: 29px;
  font-family: 宋体;
  color: blue;
  font-weight: 800;
  text-align: left;
}

.img_con .img_list {
  padding: 50px 0;
}
.img_con .img_list ul li {
  width: 24%;
  float: left;
  background: #f0f0f0;
  margin: 0 10px 13px 0;
  cursor: pointer;
}
.img_con .img_list ul li .img {
  border: 1px solid #e5e5e5;
  padding: 10px 9px;
  background: #fff;
}
.img_con .img_list ul li .title {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f0f0f0;
  transition: all 0.5s;
}
.img_con .img_list ul li:hover .title {
  background: #0066cc;
}
.img_con .img_list ul li:hover .title a {
  color: white;
}

.search_con {
  padding-top: 30px;
}
.search_con .search-tit h3 {
  width: 145px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #333;
  color: #fff;
  font-weight: normal;
  position: relative;
  top: 1px;
  font-size: 24px;
  margin: 0;
}
.search_con .content .search_list li:first-child {
  border-top: 1px solid #cbcbcb;
}
.search_con .content .search_list li {
  padding: 23px 0;
  clear: both;
  border-bottom: 1px solid #cbcbcb;
  display: inline-block;
  width: 100%;
}
.search_con .content .search_list li a i {
  color: red;
}

.pro_inner {
  padding-bottom: 30px;
}
.pro_inner .prod-main {
  margin-top: 50px;
}
.pro_inner .img {
  margin: 0 auto;
  text-align: center;
}
.pro_inner .content_tit {
  font-size: 28px;
}
.pro_inner .desc {
  padding: 20px;
  padding-left: 0;
  color: #666666;
}
.pro_inner .intro p {
  color: #666666;
}
.pro_inner .intro .p1 {
  font-size: 16px;
  font-weight: bold;
}
.pro_inner .contact {
  margin-top: 50px;
  cursor: pointer;
}
.pro_inner .contact a {
  display: inline-block;
  width: 142px;
  height: 62px;
  background-color: #0066cc;
  color: white;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  line-height: 62px;
}
.pro_inner .contact .tel {
  display: inline-block;
  margin-left: 60px;
  width: 312px;
  height: 62px;
  background-color: #ffffff;
  border: solid 1px #e1e1e1;
  vertical-align: top;
  text-align: center;
  padding: 12px 0;
}
.pro_inner .contact .tel .p2 {
  font-weight: bold;
}
.pro_inner .fenge {
  height: 10px;
  width: 100%;
  background: #f6f6f6;
  margin-top: 50px;
  margin-bottom: 0;
}
.pro_inner .detail-nav {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e4eaec;
  padding: 0 30%;
}
.pro_inner .detail-nav ul li {
  position: relative;
}
.pro_inner .detail-nav ul li a {
  color: #323335;
}
.pro_inner .detail-nav ul li:after {
  content: "";
  width: 0;
  height: 2px;
  background: #0066cc;
  position: absolute;
  bottom: 0;
  left: -10%;
  transition: all 0.5s;
}
.pro_inner .detail-nav ul li:hover:after {
  width: 120%;
}
.pro_inner .detail-nav ul li:first-child:after {
  width: 120%;
}
.pro_inner .detail .title {
  margin: 20px auto;
  text-align: center;
  font-size: 22px;
  color: #323335;
  font-weight: bolder;
}
.pro_inner .detail p {
  line-height: 24px;
  font-size: 14px;
}
.pro_inner .detail-case ul li {
  margin-bottom: 15px;
  padding-left: 0;
}
.pro_inner .detail-case ul li .img {
  overflow: hidden;
  position: relative;
}
.pro_inner .detail-case ul li .img .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 102, 204, 0.8);
  transition: all 0.45s ease 0s;
  display: none;
  border: 5px solid #0066cc;
  padding: 20px;
}
.pro_inner .detail-case ul li .img .cover p {
  color: #afafaf;
  font-size: 14px;
  text-align: left;
}
.pro_inner .detail-case ul li .img .cover .title {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.pro_inner .detail-case ul li:hover .cover {
  display: block;
}
.pro_inner .detail-case ul li:hover .img-tran {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.pro_inner .detail-feedback .title {
  margin: 20px auto;
  text-align: center;
  font-size: 22px;
  color: #323335;
  font-weight: bolder;
}
.pro_inner .detail-feedback .feedback {
  width: 70%;
  margin: 0 auto;
}
.pro_inner .detail-feedback .feedback .form-group label {
  color: #323335;
  font-size: 14px;
}
.pro_inner .detail-feedback .feedback .form-group .check-label:before {
  content: "* ";
  color: red;
}
.pro_inner .detail-feedback .feedback .form-group .check-prod input {
  margin: 0 5px 0 0;
}
.pro_inner .detail-feedback .feedback .form-group .check-prod .control-label {
  margin-right: 10px;
  color: #666666;
}
.pro_inner .detail-feedback .feedback .form-text input {
  height: 50px;
}

.case_inner .case_detail {
  padding-top: 50px;
  padding-bottom: 50px;
}
.case_inner .case_detail .content_tit {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
  color: #535353;
  height: 40px;
  overflow: hidden;
}
.case_inner .case_detail .content_related {
  height: 20px;
  font-size: 12px;
  color: #909090;
  line-height: 20px;
  border-bottom: 1px solid #0066cc;
}
.case_inner .case_detail .content_related span {
  margin-right: 30px;
}
.case_inner .case_detail .content_related i {
  font-style: normal;
  float: right;
  display: block;
  width: 80px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #0066cc;
}
.case_inner .case_detail .content_related i a {
  color: #fff;
}
.case_inner .case_detail .content {
  padding-top: 30px;
}
.case_inner .case_detail .content p.p1 {
  text-indent: 2em;
  font-size: 16px;
  margin: 15px 0;
  line-height: 30px;
}
.case_inner .case_detail .content p.p1 span {
  font-weight: bold;
}

.content_btn ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
}
.content_btn ul li a {
  display: block;
  color: #808080;
  border: 1px solid #e4eaec;
  padding: 10px 15px;
}
.content_btn ul li a:hover {
  color: #0066cc;
}
.content_btn ul li:hover a {
  border: 1px solid #0066cc;
  color: #0066cc;
}

@media screen and (max-width: 789px) {
  .navbar-collapse {
    width: auto;
    height: 100%;
    box-shadow: #999999 0px 2px 3px;
    background: linear-gradient(#fbfbfb -34%, #205395 15%, #0a4d7a 129%);
    margin: 0 -30px !important;
    padding: 0;
  }
  .navbar-collapse .nav {
    height: auto;
    width: 100%;
  }
  .navbar-collapse .nav li {
    float: none;
  }
  .navbar-collapse .navbar-nav {
    margin: 0;
  }

  .main .one .prod .prod-nav ul li a {
    padding: 3px 8px;
  }
  .main .three {
    height: auto;
  }
  .main .three .about-content .about-img {
    width: 100%;
  }
  .main .three .about-content .about-img img {
    height: auto;
  }
  .main .three .about-content .about-txt {
    width: 100%;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .main .four .news-content .news-list {
    margin-bottom: 30px;
  }
  .main .four .news-content .news-list .news-txt {
    padding: 0 0 0 15px;
  }

  .news_con .left .news-list .card .card-body {
    padding: 0px;
  }
  .news_con .right .sidebar {
    margin: 0;
  }

  .case_con .container {
    padding: 0;
  }
  .case_con .container .case-list .row ul li {
    padding: 10px;
  }
  .case_con .container .case-list .row ul li .title {
    visibility: visible;
    color: white;
    background-color: #205395;
    overflow: hidden;
    opacity: 0.6;
    transition: all 0.7s ease 0s;
    transform: scale(1);
    height: 35px !important;
  }
  .case_con .container .case-list .row ul li .title a p {
    font-size: 16px;
    line-height: 35px !important;
  }

  .pro_con .product-list ul li {
    margin-bottom: 15px;
    padding: 0 7px;
  }
  .pro_inner .recommd {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
